Raspberry Piで8086tiny
#Raspberry_Pi
Raspberry Piへssh接続
$ ssh thata@raspberrypi.local
事前準備
code:sh
sudo apt update
sudo apt install libsdl1.2-dev
ビルド
code:sh
$ cd ~/src
$ git clone
https://github.com/adriancable/8086tiny.git
$ cd 8086tiny/
$ make
実行
code:sh
$ ./runme
ターミナルが表示されFreeDOSが起動する
終了するときは
quitemu
コマンドをたたく